This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: File Upload not working ~Umberto Nongeroson 14.Jan.04 06:49 PM a Web browser Domino Designer All ReleasesWindows 2000
By escaping "their" form, you have put your _Click field onto the wrong form. The _Click field content determines the action the Domino server should take on submission (which, BTW, includes attachment handling). A better way of handling the search form (if it's possible) is to close your form after it's complete, and use CSS to put "their" form at the top of the page physically. The alternative is to create a type="hidden" _Click field on your new form, use a standard formula language submit button, and have your validation function grab the value of _click from forms[0] and put it into the _Click on forms[1].